home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / dcom / modems-part1 / 8289 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: maverick.tad.eds.com!news-admin@tad.eds.com
  2. From: lnsg1.miberl01@eds.com (Michael S. Berlant)
  3. Newsgroups: comp.dcom.modems
  4. Subject: Re: Please Explain Octets
  5. Date: 18 Mar 1996 03:25:41 GMT
  6. Organization: EDS Singapore
  7. Message-ID: <4iil3l$jgn@maverick.tad.eds.com>
  8. References: <4ii0aa$n8f@news-e2b.gnn.com>
  9. NNTP-Posting-Host: shiva3.sg.eds.com
  10. Mime-Version: 1.0
  11. Content-Type: Text/Plain; charset=US-ASCII
  12. X-Newsreader: WinVN 0.99.7
  13.  
  14. In article <4ii0aa$n8f@news-e2b.gnn.com>, PTHarn@gnn.com says...
  15.  
  16. >Could someone explain the term octets? When I check the details of a 
  17. >communications session the data refers to blocks and octets. 
  18.  
  19. An octet is a string of 8 bits.  You may be tempted to call this a byte, but 
  20. don't.  A byte is the amount of bits that a processor handles at one time, 
  21. which is typically also 8 bits.  Telexes use characters that are 5 bits big, 
  22. IATA uses characters that are 6 bits big, PCs use characters that are 8 bits 
  23. big, but transfer characters that are 7 bits big.
  24.  
  25. Most modern communications switches transfer information by the octet.  That 
  26. is, 8 bits at a time.  If you are using a packet switch to transfer telex 
  27. messages, then every 8 characters will occupy 5 octets.  If you are 
  28. transferring a binary file from one PC to another, then every 8 characters will 
  29. occupy 8 octets.
  30.  
  31. Blocks are just groups of octets.
  32.  
  33.  
  34.